- H5Aclose
herr_t H5Aclose(hid_t attr_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Acreate2
hid_t H5Acreate2(hid_t loc_id, char* attr_name, hid_t type_id, hid_t space_id, hid_t acpl_id, hid_t aapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Acreate_by_name
hid_t H5Acreate_by_name(hid_t loc_id, char* obj_name, char* attr_name, hid_t type_id, hid_t space_id, hid_t acpl_id, hid_t aapl_id, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Adelete
herr_t H5Adelete(hid_t loc_id, char* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Adelete_by_idx
herr_t H5Adelete_by_idx(hid_t loc_id, char* obj_name, H5Index idx_type, H5IterOrder order, hsize_t n, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Adelete_by_name
herr_t H5Adelete_by_name(hid_t loc_id, char* obj_name, char* attr_name, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Aexists
htri_t H5Aexists(hid_t obj_id, char* attr_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Aexists_by_name
htri_t H5Aexists_by_name(hid_t obj_id, char* obj_name, char* attr_name, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Aget_create_plist
hid_t H5Aget_create_plist(hid_t attr_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Aget_info
herr_t H5Aget_info(hid_t attr_id, H5A_info_t* ainfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Aget_info_by_idx
herr_t H5Aget_info_by_idx(hid_t loc_id, char* obj_name, H5Index idx_type, H5IterOrder order, hsize_t n, H5A_info_t* ainfo, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Aget_info_by_name
herr_t H5Aget_info_by_name(hid_t loc_id, char* obj_name, char* attr_name, H5A_info_t* ainfo, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Aget_name
ssize_t H5Aget_name(hid_t attr_id, size_t buf_size, char* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Aget_name_by_idx
ssize_t H5Aget_name_by_idx(hid_t loc_id, char* obj_name, H5Index idx_type, H5IterOrder order, hsize_t n, char* name, size_t size, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Aget_space
hid_t H5Aget_space(hid_t attr_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Aget_storage_size
hsize_t H5Aget_storage_size(hid_t attr_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Aget_type
hid_t H5Aget_type(hid_t attr_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Aiterate2
herr_t H5Aiterate2(hid_t loc_id, H5Index idx_type, H5IterOrder order, hsize_t* idx, H5A_operator2_t op, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Aiterate_by_name
herr_t H5Aiterate_by_name(hid_t loc_id, char* obj_name, H5Index idx_type, H5IterOrder order, hsize_t* idx, H5A_operator2_t op, void* op_data, hid_t lapd_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Aopen
hid_t H5Aopen(hid_t obj_id, char* attr_name, hid_t aapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Aopen_by_idx
hid_t H5Aopen_by_idx(hid_t loc_id, char* obj_name, H5Index idx_type, H5IterOrder order, hsize_t n, hid_t aapl_id, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Aopen_by_name
hid_t H5Aopen_by_name(hid_t loc_id, char* obj_name, char* attr_name, hid_t aapl_id, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Aread
herr_t H5Aread(hid_t attr_id, hid_t type_id, void* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Arename
herr_t H5Arename(hid_t loc_id, char* old_name, char* new_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Arename_by_name
herr_t H5Arename_by_name(hid_t loc_id, char* obj_name, char* old_attr_name, char* new_attr_name, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Awrite
herr_t H5Awrite(hid_t attr_id, hid_t type_id, void* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Dclose
herr_t H5Dclose(hid_t dset_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Dcreate2
hid_t H5Dcreate2(hid_t loc_id, char* name, hid_t type_id, hid_t space_id, hid_t lcpl_id, hid_t dcpl_id, hid_t dapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Dcreate_anon
hid_t H5Dcreate_anon(hid_t file_id, hid_t type_id, hid_t space_id, hid_t plist_id, hid_t dapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Ddebug
herr_t H5Ddebug(hid_t dset_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Dfill
herr_t H5Dfill(void* fill, hid_t fill_type, void* buf, hid_t buf_type, hid_t space)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Dgather
herr_t H5Dgather(hid_t src_space_id, void* src_buf, hid_t type_id, size_t dst_buf_size, void* dst_buf, H5D_gather_func_t op, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Dget_access_plist
hid_t H5Dget_access_plist(hid_t dset_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Dget_create_plist
hid_t H5Dget_create_plist(hid_t dset_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Dget_offset
haddr_t H5Dget_offset(hid_t dset_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Dget_space
hid_t H5Dget_space(hid_t dset_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Dget_space_status
herr_t H5Dget_space_status(hid_t dset_id, H5DSpaceStatus* allocation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Dget_storage_size
hsize_t H5Dget_storage_size(hid_t dset_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Dget_type
hid_t H5Dget_type(hid_t dset_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Diterate
herr_t H5Diterate(void* buf, hid_t type_id, hid_t space_id, H5D_operator_t op, void* operator_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Dopen2
hid_t H5Dopen2(hid_t file_id, char* name, hid_t dapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Dread
herr_t H5Dread(hid_t dset_id, hid_t mem_type_id, hid_t mem_space_id, hid_t file_space_id, hid_t plist_id, void* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Dscatter
herr_t H5Dscatter(H5D_scatter_func_t op, void* op_data, hid_t type_id, hid_t dst_space_id, void* dst_buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Dset_extent
herr_t H5Dset_extent(hid_t dset_id, hsize_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Dvlen_get_buf_size
herr_t H5Dvlen_get_buf_size(hid_t dataset_id, hid_t type_id, hid_t space_id, hsize_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Dvlen_reclaim
herr_t H5Dvlen_reclaim(hid_t type_id, hid_t space_id, hid_t plist_id, void* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Dwrite
herr_t H5Dwrite(hid_t dset_id, hid_t mem_type_id, hid_t mem_space_id, hid_t file_space_id, hid_t plist_id, void* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5FD_mpio_init
hid_t H5FD_mpio_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5FD_mpio_term
void H5FD_mpio_term()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Fclear_elink_file_cache
herr_t H5Fclear_elink_file_cache(hid_t file_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Fclose
herr_t H5Fclose(hid_t file_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Fcreate
hid_t H5Fcreate(char* filename, uint flags, hid_t create_plist, hid_t access_plist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Fflush
herr_t H5Fflush(hid_t object_id, H5F_scope_t _scope)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Fget_access_plist
hid_t H5Fget_access_plist(hid_t file_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Fget_create_plist
hid_t H5Fget_create_plist(hid_t file_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Fget_file_image
ssize_t H5Fget_file_image(hid_t file_id, void* buf_ptr, size_t buf_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Fget_filesize
herr_t H5Fget_filesize(hid_t file_id, hsize_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Fget_freespace
hssize_t H5Fget_freespace(hid_t file_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Fget_info
herr_t H5Fget_info(hid_t obj_id, H5F_info_t* bh_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Fget_intent
herr_t H5Fget_intent(hid_t file_id, uint* intent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Fget_mdc_hit_rate
herr_t H5Fget_mdc_hit_rate(hid_t file_id, double* hit_rate_ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Fget_mdc_size
herr_t H5Fget_mdc_size(hid_t file_id, size_t* max_size_ptr, size_t* min_clean_size_ptr, size_t* cur_size_ptr, int* cur_num_entries_ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Fget_mpi_atomicity
herr_t H5Fget_mpi_atomicity(hid_t file_id, hbool_t* flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Fget_name
ssize_t H5Fget_name(hid_t obj_id, char* name, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Fget_obj_count
ssize_t H5Fget_obj_count(hid_t file_id, uint types)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Fget_obj_ids
ssize_t H5Fget_obj_ids(hid_t file_id, uint types, size_t max_objs, hid_t* obj_id_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Fget_vfd_handle
herr_t H5Fget_vfd_handle(hid_t file_id, hid_t fapl, void** file_handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Fis_hdf5
htri_t H5Fis_hdf5(char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Fmount
herr_t H5Fmount(hid_t loc, char* name, hid_t child, hid_t plist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Fopen
hid_t H5Fopen(char* filename, uint flags, hid_t access_plist)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Freopen
hid_t H5Freopen(hid_t file_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Freset_mdc_hit_rate_stats
herr_t H5Freset_mdc_hit_rate_stats(hid_t file_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Fset_mpi_atomicity
herr_t H5Fset_mpi_atomicity(hid_t file_id, hbool_t flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Funmount
herr_t H5Funmount(hid_t loc, char* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Gclose
herr_t H5Gclose(hid_t group_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Gcreate2
hid_t H5Gcreate2(hid_t loc_id, char* name, hid_t lcpl_id, hid_t gcpl_id, hid_t gapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Gcreate_anon
hid_t H5Gcreate_anon(hid_t loc_id, hid_t gcpl_id, hid_t gapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Gget_create_plist
hid_t H5Gget_create_plist(hid_t group_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Gget_info
herr_t H5Gget_info(hid_t loc_id, H5GInfo* ginfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Gget_info_by_idx
herr_t H5Gget_info_by_idx(hid_t loc_id, const(char*) group_name, H5Index idx_type, H5IterOrder order, hsize_t n, H5GInfo* ginfo, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Gget_info_by_name
herr_t H5Gget_info_by_name(hid_t loc_id, const(char*) name, H5GInfo* ginfo, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Gopen2
hid_t H5Gopen2(hid_t loc_id, char* name, hid_t gapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Iclear_type
herr_t H5Iclear_type(H5IType type, hbool_t force)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Idec_ref
int H5Idec_ref(hid_t id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Idec_type_ref
int H5Idec_type_ref(H5IType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Idestroy_type
herr_t H5Idestroy_type(H5IType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Iget_file_id
hid_t H5Iget_file_id(hid_t id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Iget_name
ssize_t H5Iget_name(hid_t id, char* name, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Iget_ref
int H5Iget_ref(hid_t id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Iget_type
H5IType H5Iget_type(hid_t id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Iget_type_ref
int H5Iget_type_ref(H5IType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Iinc_ref
int H5Iinc_ref(hid_t id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Iinc_type_ref
int H5Iinc_type_ref(H5IType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Iis_valid
htri_t H5Iis_valid(hid_t id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Inmembers
herr_t H5Inmembers(H5IType type, hsize_t* num_members)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Iobject_verify
void* H5Iobject_verify(hid_t id, H5IType id_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Iregister
hid_t H5Iregister(H5IType type, void* object)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Iregister_type
H5IType H5Iregister_type(size_t hash_size, uint reserved, H5I_free_t free_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Iremove_verify
void* H5Iremove_verify(hid_t id, H5IType id_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Isearch
void* H5Isearch(H5IType type, H5I_search_func_t func, void* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Itype_exists
htri_t H5Itype_exists(H5IType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Lcopy
herr_t H5Lcopy(hid_t src_loc, char* src_name, hid_t dst_loc, char* dst_name, hid_t lcpl_id, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Lcreate_external
herr_t H5Lcreate_external(char* file_name, char* obj_name, hid_t link_loc_id, char* link_name, hid_t lcpl_id, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Lcreate_hard
herr_t H5Lcreate_hard(hid_t cur_loc, char* cur_name, hid_t dst_loc, char* dst_name, hid_t lcpl_id, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Lcreate_soft
herr_t H5Lcreate_soft(char* link_target, hid_t link_loc_id, char* link_name, hid_t lcpl_id, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Lcreate_ud
herr_t H5Lcreate_ud(hid_t link_loc_id, char* link_name, H5LType link_type, void* udata, size_t udata_size, hid_t lcpl_id, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Ldelete
herr_t H5Ldelete(hid_t loc_id, char* name, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Ldelete_by_idx
herr_t H5Ldelete_by_idx(hid_t loc_id, char* group_name, H5Index idx_type, H5IterOrder order, hsize_t n, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Lexists
htri_t H5Lexists(hid_t loc_id, char* name, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Lget_info
herr_t H5Lget_info(hid_t loc_id, char* name, H5LInfo* linfo, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Lget_info_by_idx
herr_t H5Lget_info_by_idx(hid_t loc_id, char* group_name, H5Index idx_type, H5IterOrder order, hsize_t n, H5LInfo* linfo, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Lget_name_by_idx
ssize_t H5Lget_name_by_idx(hid_t loc_id, char* group_name, H5Index idx_type, H5IterOrder order, hsize_t n, char* name, size_t size, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Lget_val
herr_t H5Lget_val(hid_t loc_id, char* name, void* buf, size_t size, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Lget_val_by_idx
herr_t H5Lget_val_by_idx(hid_t loc_id, char* group_name, H5Index idx_type, H5IterOrder order, hsize_t n, void* buf, size_t size, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Lis_registered
htri_t H5Lis_registered(H5LType id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Literate
herr_t H5Literate(hid_t grp_id, H5Index idx_type, H5IterOrder order, hsize_t* idx, H5L_iterate_t op, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Literate_by_name
herr_t H5Literate_by_name(hid_t loc_id, char* group_name, H5Index idx_type, H5IterOrder order, hsize_t* idx, H5L_iterate_t op, void* op_data, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Lmove
herr_t H5Lmove(hid_t src_loc, char* src_name, hid_t dst_loc, char* dst_name, hid_t lcpl_id, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Lregister
herr_t H5Lregister(H5L_class_t* cls)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Lunpack_elink_val
herr_t H5Lunpack_elink_val(void* ext_linkval, size_t link_size, uint* flags, char** filename, char** obj_path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Lunregister
herr_t H5Lunregister(H5LType id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Lvisit
herr_t H5Lvisit(hid_t grp_id, H5Index idx_type, H5IterOrder order, H5L_iterate_t op, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Lvisit_by_name
herr_t H5Lvisit_by_name(hid_t loc_id, char* group_name, H5Index idx_type, H5IterOrder order, H5L_iterate_t op, void* op_data, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Oclose
herr_t H5Oclose(hid_t object_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Ocopy
herr_t H5Ocopy(hid_t src_loc_id, char* src_name, hid_t dst_loc_id, char* dst_name, hid_t ocpypl_id, hid_t lcpl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Odecr_refcount
herr_t H5Odecr_refcount(hid_t object_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Oexists_by_name
htri_t H5Oexists_by_name(hid_t loc_id, char* name, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Oget_comment
ssize_t H5Oget_comment(hid_t obj_id, char* comment, size_t bufsize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Oget_comment_by_name
ssize_t H5Oget_comment_by_name(hid_t loc_id, char* name, char* comment, size_t bufsize, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Oget_info
herr_t H5Oget_info(hid_t loc_id, H5OInfo* oinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Oget_info_by_idx
herr_t H5Oget_info_by_idx(hid_t loc_id, char* group_name, H5Index idx_type, H5IterOrder order, hsize_t n, H5OInfo* oinfo, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Oget_info_by_name
herr_t H5Oget_info_by_name(hid_t loc_id, const(char*) name, H5OInfo* oinfo, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Oincr_refcount
herr_t H5Oincr_refcount(hid_t object_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Olink
herr_t H5Olink(hid_t obj_id, hid_t new_loc_id, char* new_name, hid_t lcpl_id, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Oopen
hid_t H5Oopen(hid_t loc_id, char* name, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Oopen_by_addr
hid_t H5Oopen_by_addr(hid_t loc_id, haddr_t addr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Oopen_by_idx
hid_t H5Oopen_by_idx(hid_t loc_id, char* group_name, H5Index idx_type, H5IterOrder order, hsize_t n, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Oset_comment
herr_t H5Oset_comment(hid_t obj_id, char* comment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Oset_comment_by_name
herr_t H5Oset_comment_by_name(hid_t loc_id, char* name, char* comment, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Ovisit
herr_t H5Ovisit(hid_t obj_id, H5Index idx_type, H5IterOrder order, H5O_iterate_t op, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Ovisit_by_name
herr_t H5Ovisit_by_name(hid_t loc_id, char* obj_name, H5Index idx_type, H5IterOrder order, H5O_iterate_t op, void* op_data, hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Padd_merge_committed_dtype_path
herr_t H5Padd_merge_committed_dtype_path(hid_t plist_id, char* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pall_filters_avail
htri_t H5Pall_filters_avail(hid_t plist_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pclose
herr_t H5Pclose(hid_t plist_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pclose_class
herr_t H5Pclose_class(hid_t plist_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pcopy
hid_t H5Pcopy(hid_t plist_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pcopy_prop
herr_t H5Pcopy_prop(hid_t dst_id, hid_t src_id, char* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pcreate
hid_t H5Pcreate(hid_t cls_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pcreate_class
hid_t H5Pcreate_class(hid_t parent, char* name, H5P_cls_create_func_t cls_create, void* create_data, H5P_cls_copy_func_t cls_copy, void* copy_data, H5P_cls_close_func_t cls_close, void* close_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pequal
htri_t H5Pequal(hid_t id1, hid_t id2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pexist
htri_t H5Pexist(hid_t plist_id, char* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pfill_value_defined
herr_t H5Pfill_value_defined(hid_t plist, H5D_fill_value_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pfree_merge_committed_dtype_paths
herr_t H5Pfree_merge_committed_dtype_paths(hid_t plist_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget
herr_t H5Pget(hid_t plist_id, char* name, void* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_alignment
herr_t H5Pget_alignment(hid_t fapl_id, hsize_t* threshold, hsize_t* alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_alloc_time
herr_t H5Pget_alloc_time(hid_t plist_id, H5DAllocTime* alloc_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_attr_creation_order
herr_t H5Pget_attr_creation_order(hid_t plist_id, uint* crt_order_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_attr_phase_change
herr_t H5Pget_attr_phase_change(hid_t plist_id, uint* max_compact, uint* min_dense)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_btree_ratios
herr_t H5Pget_btree_ratios(hid_t plist_id, double* left, double* middle, double* right)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_buffer
size_t H5Pget_buffer(hid_t plist_id, void** tconv, void** bkg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_cache
herr_t H5Pget_cache(hid_t plist_id, int* mdc_nelmts, size_t* rdcc_nslots, size_t* rdcc_nbytes, double* rdcc_w0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_char_encoding
herr_t H5Pget_char_encoding(hid_t plist_id, H5TCset* encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_chunk
int H5Pget_chunk(hid_t plist_id, int max_ndims, hsize_t* dim)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_chunk_cache
herr_t H5Pget_chunk_cache(hid_t dapl_id, size_t* rdcc_nslots, size_t* rdcc_nbytes, double* rdcc_w0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_class
hid_t H5Pget_class(hid_t plist_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_class_name
char* H5Pget_class_name(hid_t pclass_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_class_parent
hid_t H5Pget_class_parent(hid_t pclass_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_copy_object
herr_t H5Pget_copy_object(hid_t plist_id, uint* crt_intmd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_core_write_tracking
herr_t H5Pget_core_write_tracking(hid_t fapl_id, hbool_t* is_enabled, size_t* page_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_create_intermediate_group
herr_t H5Pget_create_intermediate_group(hid_t plist_id, uint* crt_intmd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_data_transform
ssize_t H5Pget_data_transform(hid_t plist_id, char* expression, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_driver
hid_t H5Pget_driver(hid_t plist_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_driver_info
void* H5Pget_driver_info(hid_t plist_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_dxpl_mpio
herr_t H5Pget_dxpl_mpio(hid_t dxpl_id, H5FDMPIO* xfer_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_edc_check
H5Z_EDC_t H5Pget_edc_check(hid_t plist_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_elink_acc_flags
herr_t H5Pget_elink_acc_flags(hid_t lapl_id, uint* flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_elink_fapl
hid_t H5Pget_elink_fapl(hid_t lapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_elink_file_cache_size
herr_t H5Pget_elink_file_cache_size(hid_t plist_id, uint* efc_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_elink_prefix
ssize_t H5Pget_elink_prefix(hid_t plist_id, char* prefix, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_est_link_info
herr_t H5Pget_est_link_info(hid_t plist_id, uint* est_num_entries, uint* est_name_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_external
herr_t H5Pget_external(hid_t plist_id, uint idx, size_t name_size, char* name, off_t* offset, hsize_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_external_count
int H5Pget_external_count(hid_t plist_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_family_offset
herr_t H5Pget_family_offset(hid_t fapl_id, hsize_t* offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_fapl_mpio
herr_t H5Pget_fapl_mpio(hid_t fapl_id, MPI_Comm* comm, MPI_Info* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_fclose_degree
herr_t H5Pget_fclose_degree(hid_t fapl_id, H5F_close_degree_t* degree)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_file_image
herr_t H5Pget_file_image(hid_t fapl_id, void** buf_ptr_ptr, size_t* buf_len_ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_fill_time
herr_t H5Pget_fill_time(hid_t plist_id, H5D_fill_time_t* fill_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_fill_value
herr_t H5Pget_fill_value(hid_t plist_id, hid_t type_id, void* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_filter2
H5ZFilter H5Pget_filter2(hid_t plist_id, uint filter, int* flags, size_t* cd_nelmts, uint* cd_values, size_t namelen, char* name, uint* filter_config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_filter_by_id2
herr_t H5Pget_filter_by_id2(hid_t plist_id, H5ZFilter id, uint* flags, size_t* cd_nelmts, int* cd_values, size_t namelen, char* name, int* filter_config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_gc_references
herr_t H5Pget_gc_references(hid_t fapl_id, uint* gc_ref)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_hyper_vector_size
herr_t H5Pget_hyper_vector_size(hid_t fapl_id, size_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_istore_k
herr_t H5Pget_istore_k(hid_t plist_id, uint* ik)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_layout
H5DLayout H5Pget_layout(hid_t plist_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_libver_bounds
herr_t H5Pget_libver_bounds(hid_t plist_id, H5F_libver_t* low, H5F_libver_t* high)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_link_creation_order
herr_t H5Pget_link_creation_order(hid_t plist_id, uint* crt_order_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_link_phase_change
herr_t H5Pget_link_phase_change(hid_t plist_id, uint* max_compact, uint* min_dense)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_local_heap_size_hint
herr_t H5Pget_local_heap_size_hint(hid_t plist_id, size_t* size_hint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_meta_block_size
herr_t H5Pget_meta_block_size(hid_t fapl_id, hsize_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_mpio_actual_chunk_opt_mode
herr_t H5Pget_mpio_actual_chunk_opt_mode(hid_t plist_id, H5D_mpio_actual_chunk_opt_mode_t* actual_chunk_opt_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_mpio_actual_io_mode
herr_t H5Pget_mpio_actual_io_mode(hid_t plist_id, H5D_mpio_actual_io_mode_t* actual_io_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_mpio_no_collective_cause
herr_t H5Pget_mpio_no_collective_cause(hid_t plist_id, uint32_t* local_no_collective_cause, uint32_t* global_no_collective_cause)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_nfilters
int H5Pget_nfilters(hid_t plist_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_nlinks
herr_t H5Pget_nlinks(hid_t plist_id, size_t* nlinks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_nprops
herr_t H5Pget_nprops(hid_t id, size_t* nprops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_obj_track_times
herr_t H5Pget_obj_track_times(hid_t plist_id, hbool_t* track_times)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_preserve
int H5Pget_preserve(hid_t plist_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_shared_mesg_index
herr_t H5Pget_shared_mesg_index(hid_t plist_id, uint index_num, uint* mesg_type_flags, uint* min_mesg_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_shared_mesg_nindexes
herr_t H5Pget_shared_mesg_nindexes(hid_t plist_id, uint* nindexes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_shared_mesg_phase_change
herr_t H5Pget_shared_mesg_phase_change(hid_t plist_id, uint* max_list, uint* min_btree)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_sieve_buf_size
herr_t H5Pget_sieve_buf_size(hid_t fapl_id, size_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_size
herr_t H5Pget_size(hid_t id, char* name, size_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_sizes
herr_t H5Pget_sizes(hid_t plist_id, size_t* sizeof_addr, size_t* sizeof_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_small_data_block_size
herr_t H5Pget_small_data_block_size(hid_t fapl_id, hsize_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_sym_k
herr_t H5Pget_sym_k(hid_t plist_id, uint* ik, uint* lk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_type_conv_cb
herr_t H5Pget_type_conv_cb(hid_t dxpl_id, H5T_conv_except_func_t* op, void** operate_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_userblock
herr_t H5Pget_userblock(hid_t plist_id, hsize_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_version
herr_t H5Pget_version(hid_t plist_id, uint* boot, uint* freelist, uint* stab, uint* shhdr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pinsert2
herr_t H5Pinsert2(hid_t plist_id, char* name, size_t size, void* value, H5P_prp_set_func_t prp_set, H5P_prp_get_func_t prp_get, H5P_prp_delete_func_t prp_delete, H5P_prp_copy_func_t prp_copy, H5P_prp_compare_func_t prp_cmp, H5P_prp_close_func_t prp_close)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pisa_class
htri_t H5Pisa_class(hid_t plist_id, hid_t pclass_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Piterate
int H5Piterate(hid_t id, int* idx, H5P_iterate_t iter_func, void* iter_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pmodify_filter
herr_t H5Pmodify_filter(hid_t plist_id, H5ZFilter filter, int flags, size_t cd_nelmts, int* cd_values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pregister2
herr_t H5Pregister2(hid_t cls_id, char* name, size_t size, void* def_value, H5P_prp_create_func_t prp_create, H5P_prp_set_func_t prp_set, H5P_prp_get_func_t prp_get, H5P_prp_delete_func_t prp_del, H5P_prp_copy_func_t prp_copy, H5P_prp_compare_func_t prp_cmp, H5P_prp_close_func_t prp_close)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Premove
herr_t H5Premove(hid_t plist_id, char* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Premove_filter
herr_t H5Premove_filter(hid_t plist_id, H5ZFilter filter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset
herr_t H5Pset(hid_t plist_id, char* name, void* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_alignment
herr_t H5Pset_alignment(hid_t fapl_id, hsize_t threshold, hsize_t alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_alloc_time
herr_t H5Pset_alloc_time(hid_t plist_id, H5DAllocTime alloc_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_attr_creation_order
herr_t H5Pset_attr_creation_order(hid_t plist_id, uint crt_order_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_attr_phase_change
herr_t H5Pset_attr_phase_change(hid_t plist_id, uint max_compact, uint min_dense)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_btree_ratios
herr_t H5Pset_btree_ratios(hid_t plist_id, double left, double middle, double right)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_buffer
herr_t H5Pset_buffer(hid_t plist_id, size_t size, void* tconv, void* bkg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_cache
herr_t H5Pset_cache(hid_t plist_id, int mdc_nelmts, size_t rdcc_nslots, size_t rdcc_nbytes, double rdcc_w0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_char_encoding
herr_t H5Pset_char_encoding(hid_t plist_id, H5TCset encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_chunk
herr_t H5Pset_chunk(hid_t plist_id, int ndims, hsize_t* dim)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_chunk_cache
herr_t H5Pset_chunk_cache(hid_t dapl_id, size_t rdcc_nslots, size_t rdcc_nbytes, double rdcc_w0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_copy_object
herr_t H5Pset_copy_object(hid_t plist_id, uint crt_intmd)
herr_t H5Pset_elink_cb(hid_t lapl_id, H5L_elink_traverse_t func, void *op_data);
herr_t H5Pget_elink_cb(hid_t lapl_id, H5L_elink_traverse_t *func, void **op_data);
- H5Pset_core_write_tracking
herr_t H5Pset_core_write_tracking(hid_t fapl_id, hbool_t is_enabled, size_t page_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_create_intermediate_group
herr_t H5Pset_create_intermediate_group(hid_t plist_id, uint crt_intmd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_data_transform
herr_t H5Pset_data_transform(hid_t plist_id, char* expression)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_deflate
herr_t H5Pset_deflate(hid_t plist_id, int aggression)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_driver
herr_t H5Pset_driver(hid_t plist_id, hid_t driver_id, void* driver_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_dxpl_mpio
herr_t H5Pset_dxpl_mpio(hid_t dxpl_id, H5FDMPIO xfer_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_dxpl_mpio_chunk_opt
herr_t H5Pset_dxpl_mpio_chunk_opt(hid_t dxpl_id, H5FDMPIOChunkOptions opt_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_dxpl_mpio_chunk_opt_num
herr_t H5Pset_dxpl_mpio_chunk_opt_num(hid_t dxpl_id, uint num_chunk_per_proc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_dxpl_mpio_chunk_opt_ratio
herr_t H5Pset_dxpl_mpio_chunk_opt_ratio(hid_t dxpl_id, uint percent_num_proc_per_chunk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_dxpl_mpio_collective_opt
herr_t H5Pset_dxpl_mpio_collective_opt(hid_t dxpl_id, H5FDMPIO opt_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_edc_check
herr_t H5Pset_edc_check(hid_t plist_id, H5Z_EDC_t check)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_elink_acc_flags
herr_t H5Pset_elink_acc_flags(hid_t lapl_id, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_elink_fapl
herr_t H5Pset_elink_fapl(hid_t lapl_id, hid_t fapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_elink_file_cache_size
herr_t H5Pset_elink_file_cache_size(hid_t plist_id, uint efc_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_elink_prefix
herr_t H5Pset_elink_prefix(hid_t plist_id, char* prefix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_est_link_info
herr_t H5Pset_est_link_info(hid_t plist_id, uint est_num_entries, uint est_name_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_external
herr_t H5Pset_external(hid_t plist_id, char* name, off_t offset, hsize_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_family_offset
herr_t H5Pset_family_offset(hid_t fapl_id, hsize_t offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_fapl_mpio
herr_t H5Pset_fapl_mpio(hid_t fapl_id, MPI_Comm comm, MPI_Info info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_fclose_degree
herr_t H5Pset_fclose_degree(hid_t fapl_id, H5F_close_degree_t degree)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_file_image
herr_t H5Pset_file_image(hid_t fapl_id, void* buf_ptr, size_t buf_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_fill_time
herr_t H5Pset_fill_time(hid_t plist_id, H5D_fill_time_t fill_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_fill_value
herr_t H5Pset_fill_value(hid_t plist_id, hid_t type_id, void* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_filter
herr_t H5Pset_filter(hid_t plist_id, H5ZFilter filter, int flags, size_t cd_nelmts, int* c_values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_filter_callback
herr_t H5Pset_filter_callback(hid_t plist_id, H5Z_filter_func_t func, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_fletcher32
herr_t H5Pset_fletcher32(hid_t plist_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_gc_references
herr_t H5Pset_gc_references(hid_t fapl_id, uint gc_ref)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_hyper_vector_size
herr_t H5Pset_hyper_vector_size(hid_t fapl_id, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_istore_k
herr_t H5Pset_istore_k(hid_t plist_id, uint ik)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_layout
herr_t H5Pset_layout(hid_t plist_id, H5DLayout layout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_libver_bounds
herr_t H5Pset_libver_bounds(hid_t plist_id, H5F_libver_t low, H5F_libver_t high)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_link_creation_order
herr_t H5Pset_link_creation_order(hid_t plist_id, uint crt_order_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_link_phase_change
herr_t H5Pset_link_phase_change(hid_t plist_id, uint max_compact, uint min_dense)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_local_heap_size_hint
herr_t H5Pset_local_heap_size_hint(hid_t plist_id, size_t size_hint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_meta_block_size
herr_t H5Pset_meta_block_size(hid_t fapl_id, hsize_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_nbit
herr_t H5Pset_nbit(hid_t plist_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_nlinks
herr_t H5Pset_nlinks(hid_t plist_id, size_t nlinks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_obj_track_times
herr_t H5Pset_obj_track_times(hid_t plist_id, hbool_t track_times)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_preserve
herr_t H5Pset_preserve(hid_t plist_id, hbool_t status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_scaleoffset
herr_t H5Pset_scaleoffset(hid_t plist_id, H5Z_SO_scale_type_t scale_type, int scale_factor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_shared_mesg_index
herr_t H5Pset_shared_mesg_index(hid_t plist_id, uint index_num, uint mesg_type_flags, uint min_mesg_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_shared_mesg_nindexes
herr_t H5Pset_shared_mesg_nindexes(hid_t plist_id, uint nindexes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_shared_mesg_phase_change
herr_t H5Pset_shared_mesg_phase_change(hid_t plist_id, uint max_list, uint min_btree)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_shuffle
herr_t H5Pset_shuffle(hid_t plist_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_sieve_buf_size
herr_t H5Pset_sieve_buf_size(hid_t fapl_id, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_sizes
herr_t H5Pset_sizes(hid_t plist_id, size_t sizeof_addr, size_t sizeof_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_small_data_block_size
herr_t H5Pset_small_data_block_size(hid_t fapl_id, hsize_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_sym_k
herr_t H5Pset_sym_k(hid_t plist_id, uint ik, uint lk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_szip
herr_t H5Pset_szip(hid_t plist_id, uint options_mask, uint pixels_per_block)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_type_conv_cb
herr_t H5Pset_type_conv_cb(hid_t dxpl_id, H5T_conv_except_func_t op, void* operate_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_userblock
herr_t H5Pset_userblock(hid_t plist_id, hsize_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Punregister
herr_t H5Punregister(hid_t pclass_id, char* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Rcreate
herr_t H5Rcreate(void* _ref, hid_t loc_id, char* name, H5RType reftype, hid_t space_id)
herr_t H5Pset_mcdt_search_cb(hid_t plist_id, H5O_mcdt_search_cb_t func, void *op_data);
herr_t H5Pget_mcdt_search_cb(hid_t plist_id, H5O_mcdt_search_cb_t *func, void **op_data);
- H5Rdereference
hid_t H5Rdereference(hid_t dataset, H5RType ref_type, void* _ref)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Rget_name
ssize_t H5Rget_name(hid_t loc_id, H5RType ref_type, void* _ref, char* name, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Rget_obj_type2
herr_t H5Rget_obj_type2(hid_t id, H5RType ref_type, void* _ref, H5OType* obj_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Rget_region
hid_t H5Rget_region(hid_t dataset, H5RType ref_type, void* _ref)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Sclose
herr_t H5Sclose(hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Scombine_hyperslab
hid_t H5Scombine_hyperslab(hid_t space_id, H5SSeloper op, hsize_t* start, hsize_t* _stride, hsize_t* count, hsize_t* _block)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Scombine_select
hid_t H5Scombine_select(hid_t space1_id, H5SSeloper op, hid_t space2_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Scopy
hid_t H5Scopy(hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Screate
hid_t H5Screate(H5SClass type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Screate_simple
hid_t H5Screate_simple(int rank, hsize_t* dims, hsize_t* maxdims)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Sdecode
hid_t H5Sdecode(void* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Sencode
herr_t H5Sencode(hid_t obj_id, void* buf, size_t* nalloc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Sextent_copy
herr_t H5Sextent_copy(hid_t dst_id, hid_t src_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Sextent_equal
htri_t H5Sextent_equal(hid_t sid1, hid_t sid2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Sget_select_bounds
herr_t H5Sget_select_bounds(hid_t spaceid, hsize_t* start, hsize_t* end)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Sget_select_elem_npoints
hssize_t H5Sget_select_elem_npoints(hid_t spaceid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Sget_select_elem_pointlist
herr_t H5Sget_select_elem_pointlist(hid_t spaceid, hsize_t startpoint, hsize_t numpoints, hsize_t* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Sget_select_hyper_blocklist
herr_t H5Sget_select_hyper_blocklist(hid_t spaceid, hsize_t startblock, hsize_t numblocks, hsize_t* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Sget_select_hyper_nblocks
hssize_t H5Sget_select_hyper_nblocks(hid_t spaceid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Sget_select_npoints
hssize_t H5Sget_select_npoints(hid_t spaceid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Sget_select_type
H5S_sel_type H5Sget_select_type(hid_t spaceid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Sget_simple_extent_dims
int H5Sget_simple_extent_dims(hid_t space_id, hsize_t* dims, hsize_t* maxdims)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Sget_simple_extent_ndims
int H5Sget_simple_extent_ndims(hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Sget_simple_extent_npoints
hssize_t H5Sget_simple_extent_npoints(hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Sget_simple_extent_type
H5SClass H5Sget_simple_extent_type(hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Sis_simple
htri_t H5Sis_simple(hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Soffset_simple
herr_t H5Soffset_simple(hid_t space_id, hssize_t* offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Sselect_all
herr_t H5Sselect_all(hid_t spaceid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Sselect_elements
herr_t H5Sselect_elements(hid_t space_id, H5SSeloper op, size_t num_elem, hsize_t* coord)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Sselect_hyperslab
herr_t H5Sselect_hyperslab(hid_t space_id, H5SSeloper op, hsize_t* start, hsize_t* _stride, hsize_t* count, hsize_t* _block)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Sselect_none
herr_t H5Sselect_none(hid_t spaceid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Sselect_select
herr_t H5Sselect_select(hid_t space1_id, H5SSeloper op, hid_t space2_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Sselect_valid
htri_t H5Sselect_valid(hid_t spaceid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Sset_extent_none
herr_t H5Sset_extent_none(hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Sset_extent_simple
herr_t H5Sset_extent_simple(hid_t space_id, int rank, hsize_t* dims, hsize_t* max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tarray_create2
hid_t H5Tarray_create2(hid_t base_id, uint ndims, hsize_t[] dim)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tclose
herr_t H5Tclose(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tcommit2
herr_t H5Tcommit2(hid_t loc_id, char* name, hid_t type_id, hid_t lcpl_id, hid_t tcpl_id, hid_t tapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tcommit_anon
herr_t H5Tcommit_anon(hid_t loc_id, hid_t type_id, hid_t tcpl_id, hid_t tapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tcommitted
htri_t H5Tcommitted(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tcompiler_conv
htri_t H5Tcompiler_conv(hid_t src_id, hid_t dst_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tconvert
herr_t H5Tconvert(hid_t src_id, hid_t dst_id, size_t nelmts, void* buf, void* background, hid_t plist_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tcopy
hid_t H5Tcopy(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tcreate
hid_t H5Tcreate(H5TClass type, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tdecode
hid_t H5Tdecode(void* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tdetect_class
htri_t H5Tdetect_class(hid_t type_id, H5TClass cls)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tencode
herr_t H5Tencode(hid_t obj_id, void* buf, size_t* nalloc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tenum_create
hid_t H5Tenum_create(hid_t base_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tenum_insert
herr_t H5Tenum_insert(hid_t type, char* name, void* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tenum_nameof
herr_t H5Tenum_nameof(hid_t type, void* value, char* name, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tenum_valueof
herr_t H5Tenum_valueof(hid_t type, char* name, void* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tequal
htri_t H5Tequal(hid_t type1_id, hid_t type2_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tfind
H5T_conv_t H5Tfind(hid_t src_id, hid_t dst_id, H5T_cdata_t** pcdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_array_dims2
int H5Tget_array_dims2(hid_t type_id, hsize_t* dims)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_array_ndims
int H5Tget_array_ndims(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_class
H5TClass H5Tget_class(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_create_plist
hid_t H5Tget_create_plist(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_cset
H5TCset H5Tget_cset(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_ebias
size_t H5Tget_ebias(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_fields
herr_t H5Tget_fields(hid_t type_id, size_t* spos, size_t* epos, size_t* esize, size_t* mpos, size_t* msize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_inpad
H5T_pad_t H5Tget_inpad(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_member_class
H5TClass H5Tget_member_class(hid_t type_id, uint membno)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_member_index
int H5Tget_member_index(hid_t type_id, char* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_member_name
char* H5Tget_member_name(hid_t type_id, uint membno)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_member_offset
size_t H5Tget_member_offset(hid_t type_id, uint membno)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_member_type
hid_t H5Tget_member_type(hid_t type_id, uint membno)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_member_value
herr_t H5Tget_member_value(hid_t type_id, uint membno, void* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_native_type
hid_t H5Tget_native_type(hid_t type_id, H5TDirection direction)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_nmembers
int H5Tget_nmembers(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_norm
H5T_norm_t H5Tget_norm(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_offset
int H5Tget_offset(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_order
H5TByteOrder H5Tget_order(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_pad
herr_t H5Tget_pad(hid_t type_id, H5T_pad_t* lsb, H5T_pad_t* msb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_precision
size_t H5Tget_precision(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_sign
H5T_sign_t H5Tget_sign(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_size
size_t H5Tget_size(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_strpad
H5TString H5Tget_strpad(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_super
hid_t H5Tget_super(hid_t type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tget_tag
char* H5Tget_tag(hid_t type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tinsert
herr_t H5Tinsert(hid_t parent_id, char* name, size_t offset, hid_t member_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tis_variable_str
htri_t H5Tis_variable_str(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tlock
herr_t H5Tlock(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Topen2
hid_t H5Topen2(hid_t loc_id, char* name, hid_t tapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tpack
herr_t H5Tpack(hid_t type_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tregister
herr_t H5Tregister(H5T_pers_t pers, char* name, hid_t src_id, hid_t dst_id, H5T_conv_t func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tset_cset
herr_t H5Tset_cset(hid_t type_id, H5TCset cset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tset_ebias
herr_t H5Tset_ebias(hid_t type_id, size_t ebias)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tset_fields
herr_t H5Tset_fields(hid_t type_id, size_t spos, size_t epos, size_t esize, size_t mpos, size_t msize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tset_inpad
herr_t H5Tset_inpad(hid_t type_id, H5T_pad_t pad)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tset_norm
herr_t H5Tset_norm(hid_t type_id, H5T_norm_t norm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tset_offset
herr_t H5Tset_offset(hid_t type_id, size_t offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tset_order
herr_t H5Tset_order(hid_t type_id, H5TByteOrder order)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tset_pad
herr_t H5Tset_pad(hid_t type_id, H5T_pad_t lsb, H5T_pad_t msb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tset_precision
herr_t H5Tset_precision(hid_t type_id, size_t prec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tset_sign
herr_t H5Tset_sign(hid_t type_id, H5T_sign_t sign)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tset_size
herr_t H5Tset_size(hid_t type_id, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tset_strpad
herr_t H5Tset_strpad(hid_t type_id, H5TString strpad)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tset_tag
herr_t H5Tset_tag(hid_t type, char* tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tunregister
herr_t H5Tunregister(H5T_pers_t pers, char* name, hid_t src_id, hid_t dst_id, H5T_conv_t func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Tvlen_create
hid_t H5Tvlen_create(hid_t base_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Zfilter_avail
htri_t H5Zfilter_avail(H5ZFilter id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Zget_filter_info
herr_t H5Zget_filter_info(H5ZFilter filter, uint* filter_config_flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Zregister
herr_t H5Zregister(void* cls)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Zunregister
herr_t H5Zunregister(H5ZFilter id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5_VERSION_GE
bool H5_VERSION_GE()
Undocumented in source. Be warned that the author may not have intended to support it.
- H5_VERSION_LE
bool H5_VERSION_LE()
Undocumented in source. Be warned that the author may not have intended to support it.
- H5check
auto H5check()
Undocumented in source. Be warned that the author may not have intended to support it.
- H5check_version
herr_t H5check_version(uint majnum, uint minnum, uint relnum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5close
herr_t H5close()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5dont_atexit
herr_t H5dont_atexit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5free_memory
herr_t H5free_memory(void* mem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5garbage_collect
herr_t H5garbage_collect()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5get_libversion
herr_t H5get_libversion(uint* majnum, uint* minnum, uint* relnum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5open
herr_t H5open()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5set_free_list_limits
herr_t H5set_free_list_limits(int reg_global_lim, int reg_list_lim, int arr_global_lim, int arr_list_lim, int blk_global_lim, int blk_list_lim)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hdf5.bindings.api
Low level C API declarations
D Language bindings to the HDF5 Library. (Paired with a set of high-level wrappers) https://github.com/Laeeth/d_hdf5
No restriction on use beyond those applying from HDF5 and the original C API by Stefan Frijters However, if you use them, I would not mind knowing your application and suggestions for improvement if you feel like sharing. laeeth@laeeth.com